home *** CD-ROM | disk | FTP | other *** search
/ The Amiga Classic Collection / The Amiga Classic Collection - Disc 1.iso / Education / ED16-CrosswordCreator.DMS / ED16-CrosswordCreator.adf / Source / CrossFont.def < prev    next >
Text File  |  1991-07-13  |  199b  |  12 lines

  1. DEFINITION MODULE CrossFont;
  2.  
  3. (* exclusive available font - generated with M2Amiga Report FontConverter *)
  4.  
  5.  
  6. FROM GraphicsD IMPORT TextFontPtr;
  7.  
  8.  
  9. PROCEDURE CreateFont(): TextFontPtr;
  10.  
  11.  
  12. END CrossFont.